Skip to main content

pgMoveColumn

Type

property

Summary

Change a column position.

Syntax

set the pgMoveColumn of widget to <List>

Description

Use the pgMoveColumn property to move the column. The value for this property is a list of 2 numbers, the first is the current position of the column and the second is the destination. This property will always return an empty string.

Examples

set the pgMoveColumn of widget "PolyGrid" to "4,8"